home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / mac / WINDOWS / XBASIC / VBTBPA / ADDONS.LST < prev    next >
File List  |  1992-08-23  |  8KB  |  156 lines

  1. VB Add-on List
  2.  
  3. I've had a lot of requests for the DLL's and custom controls I use in my programs.  For all you programmers who don't belong to any of the Online services HERE THEY ARE.  I've taken the best of the shareware, Freeware and public domain software I could find relating to Visual Basic programming and created this 4 disk set.  When you register VBToolBox you can also order any or all of the programming disks.  The cost is $5.00 per disk or $20 for the set. Postage and handling is included for orders within the US.  For foreign orders add $4.00 shipping and handling.  This listing  is accurate as of July 31 1992.   As long as there is interest I'll keep updating each disk adding additional files as I find them.  I hope this meets all your needs and thanks for trying VBToolBox Pro.
  4.  
  5. [ Disk # 1 DLL's ]
  6.  
  7. *Control Handle DLL *
  8. This DLL that allows you to find the wHnd of any VB control
  9.  
  10. *VB Addons DLL*
  11. This DLL that combines Huge Array functions and DOS file information functions 
  12.  
  13. *Bubble Help DLL*
  14. This DLL allows you to create small pop up help windows with the right click of your mouse
  15.  
  16. *Drag & Drop DLL*
  17. *D&DSERVE.DLL*
  18. DLL to Support Win 3.1 Drag 'n Drop Server Capability
  19.  
  20. *End Task DLL*
  21. When End Task is selected from the Task List it sends a WM_CLOSE message to the VB apps "invisible parent" window (classname ThunderRTMain) who does not pass it on. ENTASK.DLL hooks into this window and redirects the message to a form of your choice.
  22.  
  23. *3D Frame DLL*
  24. This DLL will draw 3D frame or boarders around your standard VB controls, no need for extra 3rd party add-on VBx's
  25.  
  26. *Hotkey DLL*
  27. This DLL allows you to program global hotkeys for your VB apps
  28.  
  29. *Inp- Out DLL*
  30. InpOut.DLL is a complete INP and OUT replacement for Visual Basic written in Assembler.  To use them, place the following declares in your global or general module.
  31.  
  32. *LZH DLL*
  33. This DLL will give you compression and decompression capabilities in your VB apps.  It also has functions for total disk free space, copy function, append, and delete
  34.  
  35. *Pointer DLL*
  36. This is a dynamic link library, written in Turbo Pascal for Windows that adds some much needed pointer support to Visual Basic. There are two exported routines in VBPoint: LP2Str$ and Str2LP.
  37.  
  38. *Sndex DLL*
  39.  
  40. *VB Dos DLL*
  41. All the Dos file functions missing in VB.  Date; Time; Free Space; 
  42.  
  43.  
  44. ----------------------------------------------------------------------------
  45. [ Disk # 2  VBx Files ]
  46.  
  47. *VB Comm VBx*
  48. This control provides access to the communications ports through the Windows API. 
  49.  
  50. *VB PicBtn. VBx*
  51. Picture Command Button control
  52.  
  53. *3D Picture Button VBx*
  54. Similar to the picture button VBPICBTN.VBX, this control provides a button to Visual Basic with 3-D shading drawn automatically depending on if the button is pressed or not. Bitmaps and icons may be display in the button and a separate picture may be defined for the "up" and "down" states. 
  55.  
  56. *Grid VBx*
  57. This is the original Grid control from the beta version of VB that Microsoft left out of the original release of VB.  Released as Freeware later on compusereve
  58.  
  59. *Multi Button VBx*
  60. The Multi-Button is a single control which divides itself into several small "sub-buttons", each acting as an independent button in itself. The Multi-Button may be used for multiple choice entries, array and matrix entries, spreadsheet headers and so on. Each sub-button may be individually raised or pressed under software control and the raised and lowered background and text colors may be changed for an entire control.
  61.  
  62. *MH Scroll VBx*
  63. This is a free custom control released by Micro Help that can be used to scroll forms in VB
  64.  
  65. *Multi File VBx*
  66. This file provides two types of listbox controls for file display. First is multiple selection file listbox and second is the multiple column, multiple selection file listbox.
  67.  
  68. *VBListbx.vbx*
  69. This control provides three types of listbox new to Visual Basic. These three types are Multiple Selection, Multiple Column and a combination of the two. All controls share the same property and event names. Some of the values have different meanings depending on the actual control in use. 
  70.  
  71. *Tool Button VBx*
  72. Tool Button is a custom control for Visual Basic that uses BTTNCUR.DLL to support command and attribute buttons in toolbars. You can use the standard button images supplied, and/or you can "roll your own". 
  73.  
  74. *FreewareVBx*
  75. TimeQueue is an event string sequencer with a resolution of 1/10 second. All controls of this type share a common time.  Strings-time pairs are added to the queues of the controls and when the time matches the control time, an event is generated with the string as a parameter.
  76.  
  77. TextKey is an interactive text display control.  Pages of text can be displayed with word wrap and keywords.  There is a separate cursor for keywords and when the left mouse button is clicked over a keyword an event is generated with the keyword as a parameter.
  78.  
  79.  
  80. *Diamond VBx*
  81. This gives Visual Basic an arrow control consisting of an up, down, left and right button combined into four "sub buttons" in a diamond shaped pad. 
  82.  
  83. *4 VB Controls VBx*
  84. 3dlabel.vbx, spin.vbx, hmeter.vbx, vmeter.vbx
  85.  
  86.  
  87. ----------------------------------------------------------------------------
  88. [ Disk #3  Programming Examples: ]
  89.  
  90. *Marquee example*
  91. Program and source code for creating a scrolling Marquee
  92.  
  93. *Dialogs Example*
  94. Programming example using API calls to generate common dialog boxes
  95.  
  96. *List Drag*
  97. Drag & Drop programming example for list boxes
  98.  
  99. *Directory Scan*
  100. Source code for scanning an entire directory
  101.  
  102. *Icon to Bitmap*
  103. Program with source code for changing Icons to Bitmap files, allowing you to use your icon programs to create small bitmaps for toolbar buttons etc.
  104.  
  105. *Random File using Grid VBx*
  106. Program example for using a random file instead of a huge array in conjunction with the grid control.
  107.  
  108. *Clear List Box *
  109. Source code for clearing a list box with API calls, much faster then the remove Item 
  110.  
  111. *3D code examples in VB*
  112. Source code for creating the next look in VB without add on VBx files or DLLs
  113.  
  114. *Toolbar *
  115. Source code for creating a toolbar in VB without a VBx file,  uses bitmaps and draw methods
  116.  
  117. *Calendar*
  118. Source code for creating a pop up calendar
  119.  
  120. *Calendar using Grid VBx*
  121. Source code for creating a calendar program utilizing the grid control
  122.  
  123. *Wink Demo *
  124. Picture animation demo using VB. Includes source code 
  125.  
  126. *Print Labels*
  127. Code example using API calls to place labels on your forms instead of the label control.  Saves system resources
  128.  
  129.  
  130.  
  131. ----------------------------------------------------------------------------
  132. [ Disk #4  Help Files:]
  133.  
  134. *VB Tips*
  135. The ultimate Visual Basic reference.  This is the "best of" from the message logs on COMPUSERVE between users and Microsoft Product Support.  ASCII text
  136.  
  137. *VB Tips Viewer*
  138. This is a program written in Visual Basic expressly for searching VB Tips, Includes source code.
  139. Compile as is or modify for your personal needs.  
  140.  
  141. *API Card File Reference*
  142. Windows API functions with VB declarations in Windows Cardfile Format
  143.  
  144. *Win 3.1 API*
  145. Win 3.1 additions to the API functions.  Not related to the cardfile
  146.  
  147. *Bad Form*
  148. Program and help file illustrating good and bad form design 
  149.  
  150. *VB Install Program*
  151. Visual Basic installation program adaptable to your personal needs
  152.  
  153. *Get Registration Program*
  154. Prepared form for easy registration.  All shareware authors just modify this form to list your program, price, address etc. and add to your existing exe.
  155.  
  156.